home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 December / Australian PC User - December 2003 (CD2).iso / software / utils / files / ipnote.exe / 0 / RCDATA / TFRAMELOCATION / TFRAMELOCATION.txt < prev   
Encoding:
Text File  |  2003-10-01  |  1.3 KB  |  62 lines

  1. inherited FrameLocation: TFrameLocation
  2.   inherited imgCaption: TImage
  3.     Picture.Data = {<image000.bmp>}
  4.   end
  5.   inherited Label1: TLabel
  6.     Width = 199
  7.     Caption = 'Choose Destination Location'
  8.   end
  9.   inherited Label2: TLabel
  10.     Width = 192
  11.     Caption = 'Select folder where Setup will install files.'
  12.   end
  13.   object LabelAAA: TLabel
  14.     Left = 8
  15.     Top = 80
  16.     Width = 215
  17.     Height = 13
  18.     Caption = 'Setup will install IPNote in the following folder.'
  19.   end
  20.   object Label4: TLabel
  21.     Left = 8
  22.     Top = 104
  23.     Width = 353
  24.     Height = 33
  25.     AutoSize = False
  26.     Caption = 
  27.       'To install to this folder, click Next. To install to a different' +
  28.       ' folder, click Browse and select another folder.'
  29.     WordWrap = True
  30.   end
  31.   object Label3: TLabel
  32.     Left = 8
  33.     Top = 208
  34.     Width = 85
  35.     Height = 13
  36.     Caption = 'Destination Folder'
  37.   end
  38.   object EditPath: TJREdit
  39.     Left = 8
  40.     Top = 224
  41.     Width = 273
  42.     Height = 21
  43.     TabStop = False
  44.     AutoSelect = False
  45.     AutoSize = False
  46.     Color = clWhite
  47.     ReadOnly = True
  48.     TabOrder = 0
  49.     Text = 'C:\Program Files\IPNote'
  50.     BorderWidth = 3
  51.   end
  52.   object JRButton1: TJRButton
  53.     Left = 288
  54.     Top = 222
  55.     Width = 75
  56.     Height = 25
  57.     Caption = 'Browse'
  58.     TabOrder = 1
  59.     OnClick = JRButton1Click
  60.   end
  61. end
  62.